animation: Add CSS transition object
authorBenjamin Otte <otte@redhat.com>
Wed, 11 Apr 2012 14:04:46 +0000 (16:04 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Apr 2012 06:59:23 +0000 (08:59 +0200)
commit9c57b96f56829be4454d144a25750100745cb675
treeeba2f6535f02e826cca0a0e34429e09aa4fc5b6b
parent7b7027c971d07ac54844b1fc022f5f14d26ce875
animation: Add CSS transition object

This is an implementation of GtkStyleAnimation for CSS transitions.

Again, this doesn't do anything but store the data needed to do the
transition.
gtk/Makefile.am
gtk/gtkcsstransition.c [new file with mode: 0644]
gtk/gtkcsstransitionprivate.h [new file with mode: 0644]